golang.org/x/net/http2.requestParam.path (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L2189: path: f.PseudoValue("path"),
server.go#L2194: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
server.go#L2197: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
server.go#L2243: scheme, authority, path string
server.go#L2290: url_, err = url.ParseRequestURI(rp.path)
server.go#L2294: requestURI = rp.path
server.go#L3211: path: msg.url.RequestURI(),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)